From 0a6201dd9f0131c033aee539ea98a10cdd96c9fa Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 22 Jan 2003 02:54:56 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 ++--- lisp/ChangeLog | 9 +++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 6be7215c2e4..b702d9b4552 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1130,9 +1130,8 @@ with Custom. * Lisp Changes in Emacs 21.4 -** New function `decode-coding-region-as-inserted-from-file' can be -called to decode a region as if it is read from a file without -decoding. +** New function `decode-coding-region-as-inserted-from-file' decodes a +region as if it is read from a file without decoding. ** New function `optimize-char-coding-system-table' can be called after making changes to `char-coding-system-table'. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b95bb6acf4a..9f9a18e4313 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-01-22 Kenichi Handa + + * international/mule.el + (decode-coding-region-as-inserted-from-file): New function. + + * jka-compr.el (jka-compr-insert-file-contents): Read a process + output without decoding. Decode the result by + decode-coding-region-as-inserted-from-file. + 2003-01-22 Kim F. Storm * ido.el (ido-make-file-list, ido-make-dir-list): Don't move -- 2.30.2